/* Reset */
body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
    overflow-x: hidden;
}

*,
*:focus {
    outline: none !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline-style: none;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
}

i {
    font-style: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-weight: 300;
    word-wrap: break-word;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none !important;
}

/* bootstrap */
.row {
    margin-right: 0;
    margin-left: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: initial;
}

.padding-0 {
    padding: 0;
}

/* swiper */
.swiper-content .swiper-slide {
    overflow: hidden;
}

.swiper-container {
    padding: 20px 0;
}

.swiper-container.banner {
    padding: 0
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 10p;
}